oracle.dmt.jdm.transform.normalize
Class OraNormalizeType
java.lang.Object
javax.datamining.Enum
oracle.dmt.jdm.transform.normalize.OraNormalizeType
- All Implemented Interfaces:
- java.lang.Comparable, java.io.Serializable
- public class OraNormalizeType
- extends javax.datamining.Enum
- See Also:
- Serialized Form
| Method Summary |
static void |
addExtension(java.lang.String name)
Adds a vendor extension name to OraNormalizeType. |
static OraNormalizeType |
valueOf(java.lang.String name)
Returns an instance of OraNormalizeType corresponding to the specified name. |
static OraNormalizeType[] |
values()
Returns a list of all OraNormalizeType enumerations defined. |
| Methods inherited from class javax.datamining.Enum |
compareTo, equals, name |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
systemDefault
public static final OraNormalizeType systemDefault
z_Score
public static final OraNormalizeType z_Score
min_max
public static final OraNormalizeType min_max
scale
public static final OraNormalizeType scale
values
public static OraNormalizeType[] values()
- Returns a list of all
OraNormalizeType enumerations defined.
-
- Returns:
OraNormalizeType[]
valueOf
public static OraNormalizeType valueOf(java.lang.String name)
throws javax.datamining.JDMException
- Returns an instance of
OraNormalizeType corresponding to the specified name.
-
- Parameters:
name - The name of the enumeration value
- Returns:
OraNormalizeType - The instance of the specified enumeration.
- Throws:
javax.datamining.JDMException - When name is not valid.
addExtension
public static void addExtension(java.lang.String name)
throws javax.datamining.JDMException
- Adds a vendor extension
name to OraNormalizeType.
-
- Parameters:
name - The name of the unique vendor extension
- Throws:
javax.datamining.JDMException - When name is an invalid string or redundant to existing standard enums.
Copyright © 2005, Oracle. All rights reserved.